text/template.state.walk (method)
9 uses
text/template (current package)
exec.go#L218: state.walk(value, t.Root)
exec.go#L255: func (s *state) walk(dot reflect.Value, node parse.Node) {
exec.go#L274: s.walk(dot, node)
exec.go#L302: s.walk(val, list)
exec.go#L304: s.walk(dot, list)
exec.go#L307: s.walk(dot, elseList)
exec.go#L373: s.walk(elem, r.List)
exec.go#L419: s.walk(dot, r.ElseList)
exec.go#L439: newState.walk(dot, tmpl.Root)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)